{% include 'structure/header.html' %} {% include 'structure/navbar.html' %}

SSB Users Directory

Following the blockchain principles, every single one of our users is published here, with their balances.

{% for user in users %} {% endfor %}
Username Balance
{{ user.username }} {{ user.balance }} $
{% include 'structure/footer.html' %}